home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 4 / Atari Forever 4.zip / Atari Forever 4.iso / PD_THEMA / HARDDISK / TURTL320 / TTLEXEC.MAN < prev    next >
Text File  |  1998-03-14  |  3KB  |  72 lines

  1.  
  2. TTLEXEC                ST Programmer's Manual                  TTLEXEC
  3.  
  4. NAME
  5.      ttlexec - execute hard disk backup
  6.  
  7. SYNOPSIS
  8.      ttlexec [-acdfinoqrsvxy] path [...path]
  9.  
  10. DESCRIPTION
  11.      ttlexec does disk backup to floppies by reading the specified
  12.      path name(s) and writing either all files, or all unarchived
  13.      files. It uses a RAMdisk to create an in-memory image of the
  14.      floppy to write, then does a track-by-track copy of the RAMdisk
  15.      image. The only RAMdisk useable is TRAMDISK.PRG.
  16.  
  17.      Before executing ttlexec, nearly all of the system memory must be
  18.      available.
  19.  
  20.      -a   inhibit setting the ARCHIVE bit on files as they are copied.
  21.           Normally the ARCHIVE bit is set as the files are backed up.
  22.  
  23.      -c # write # copies of each disk. Normally, only one copy of each
  24.           diskette is written.
  25.  
  26.      -d   hold screen after completion. Normally used only when invoked
  27.           from the desktop.
  28.  
  29.      -f   format floppies before writing. Normally floppies are assumed
  30.           to be formatted and ready for writing. They need not be erased
  31.           since ttlexec will over-write any existing data on the disks.
  32.           Only normal format diskettes can be formatted, "TWISTER" disks
  33.           must be pre-formatted.
  34.  
  35.      -i   incremental backup. Copy only the files with the ARCHIVE bit
  36.           reset. Normally, all files are copied.
  37.  
  38.      -n # number the output disks starting with #. Normally output disks
  39.           are numbered beginning with 1.
  40.  
  41.      -o   only files are to be copied. All files in the named path are
  42.           backed up (unless -i is specified), but folders within the named
  43.           path are not backed up.
  44.  
  45.      -q   question before backing up each file.
  46.  
  47.      -r # RAMdisk is drive # (default is M).
  48.  
  49.      -s # sectors on output diskettes (default is 1440).
  50.  
  51.      -v   verify output disks. Normally output disks are written, but not
  52.           read back. 
  53.  
  54.      -x # exclude files with type ###.
  55.  
  56.      -y # options file name for re-executing TURTLE.PRG
  57.  
  58. BUGS
  59.      GEMDOS has a significant problem when over 40 folders are accessed
  60.      between system resets. Avoid this by backing up specific path names
  61.      to control the number of folders read and written between resets.
  62.  
  63. AUTHOR
  64.      George R. Woodside             Bit Factory 0251/778595
  65.      5219 San Feliciano Dr.         GEnie       G.WOODSIDE
  66.      Woodland Hills, Ca. 91364 
  67.  
  68.      USENET:   woodside@ttidca
  69.          or:   ..!{philabs|csun|psivax}!ttidca!woodside
  70.  
  71. Printed 01/11/89                                                1
  72.